@charset "utf-8";

/* 超小设备（手机，小于 768px） */
/*共享样式*/
body {
	margin: 0 auto;
	font-size: 14px;
	font-family: "Microsoft YaHei", "Arial", "WenQuanYi Micro Hei", sans-serif;
	line-height: 28px;
	color: #333;
	overflow-x: hidden;
}

ul,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
img,
div,
ol,
li,
em,
i {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
}

img {
	border: 0px;
}

a {
	color: #464646;
	text-decoration: none;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}

a:hover {
	color: #ff7e00;
	text-decoration: none;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

/*清除浮动样式*/
.clearf {
	overflow: auto;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1;
}

.blockCenter {
	margin: 0px auto;
}

.text-center {
	text-align: center;
}

.mtb10 {
	margin-bottom: 10px;
}

.overElli {
	width: 100%;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 共享样式结束 */
.topw {
	height: 35px;
	background-color: #f1f1f1;
	line-height: 35px;
}

.headern {
	height: 35px;
	width: 1200px;
	line-height: 35px;
	color: #838383;
}

.headern a {
	color: #838383;
}

/*header*/
.headerw {
	height: 112px;
	background-image: url(../images/bgs.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.header {
	height: 112px;
	width: 1200px;
}

.lgo {
	padding-top: 15px;
}

.pho {
	background-image: url(../images/inde_03.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 33px;
	padding-left: 55px;
	font-size: 22px;
	color: #d61628;
	line-height: 27px;
	font-weight: normal;
}

.top {
	height: 50px;
	/* background:url(../images/line.jpg) repeat-x; */
	background: #104fa1;
	position: relative;
	z-index: 99;
}

.nav-my {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.nav-li {
	position: relative;
	float: left;
	width: calc(100% / 6);
	text-align: center;
}

.nav-a1 {
	font-size: 16px;
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
}

.nav-my li:last-child {
	background-image: none
}

.nav-a1:hover {
	color: #fff;
	background: #bd2539;
}

.nav-a1-active {
	color: #fff;
	background: #bd2539;
}

.nav-li-ul {
	position: absolute;
	background: #fff;
	text-align: center;
	background: #fff;
	width: 100%;
	padding-bottom: 3px;
	box-shadow: 2px 2px 2px #666;
	padding: 5px;
	padding-top: 10px;
	display: none
}

.nav-li-ul li a {
	display: block;
	text-align: center;
	line-height: 35px;
	border-bottom: 1px dashed #dedede;
	height: 35px;
	font-size: 13px
}

/* nav 导航栏修改结束 */
/* banner  */
@media screen and (min-width: 1200px) {

	#banner {
		width: 100%;
		overflow: hidden;
	}
}

@media screen and (max-width: 1200px) {
	#banner {
		width: 100%;
		overflow: hidden;
		padding-top: 45px;
	}

	.topw {
		display: none;
	}
}

#banner img {
	display: block;
	width: 100%;
}

/* banner 结束 */
.pd15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.hotop {
	width: 100%;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* footer  */

/* footer end */

/*底部固定导航 */
.body_footer {
	padding-top: 5px;
	width: 100%;
	height: 60px;
	background: #333;
	/* Firefox */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#43a037, endColorstr=#43a037, grandientType=0);
	bottom: 0;
	z-index: 6;
}

.body_footer ul {
	width: 100%;
	height: 55px;
	line-height: 55px;
}

.body_footer ul li {
	width: 25%;
	float: left;
	color: #fff;
}

.body_footer ul li a {
	width: 100%;
	height: 55px;
	display: block;
}

.body_footer ul li dl {
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.body_footer ul li dt {
	width: auto;
	height: 30px;
	overflow: hidden;
}

.body_footer ul li dt img {
	width: 25px;
	height: 25px;
}

.body_footer ul li dd {
	width: auto;
	height: 30px;
	font-size: 12px;
	color: #fff;
	line-height: 25px;
	overflow: hidden;
}

/*底部固定导航end */
/*遮罩效果*/
.zzpro {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.zzpro {
	width: 90%;
}

.zzpro>img {
	width: 100%;
	transform: scale(1);
	transition: transform .3s linear;
}

.zzpro:hover>img {
	transform: scale(1.2);
	transition: transform .3s linear;
}

/* Bootstrap 中默认情况下没有媒体查询 */

/* 小型设备（平板电脑，768px 起） */
@media (min-width: 768px) {

	/* 导航*/
	.navbar {
		min-height: 40px;
	}

	.navbar-nav {
		float: left;
		margin: 0 auto;
		width: 100%;
	}

	.navbar-nav>li {
		width: 12.5%;
		text-align: center;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}

	/*banner*/
	/*footer*/
	.navbarUs ul li {
		width: 25%;
	}

	.navbarUs ul li a {
		font-size: 14px;
	}

	.footBot {
		width: 90%;
		margin: 10px auto;
	}

	.footCont {
		float: left;
		width: 80%;
	}

	.ftcode {
		float: right;
		width: 20%;
	}

}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
	#footer {
		margin-bottom: 0;
	}

	.navbarUs ul li a {
		font-size: 16px;
	}

}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {

	.header,
	.head_t {
		font-size: 12px;
		width: 1200px;
	}

	.navbar-nav {
		float: none;
		margin: 0 auto;
		width: 1200px;
	}

	/* footer */
	.navbarUs,
	.footer {
		width: 1200px;
		margin: 0 auto;
	}

	.navbarUs ul {
		width: 76%;
		margin: 0 auto;
	}

	.navbarUs ul li {
		width: 12.5%;
	}

	.navbarUs ul li:after {
		display: inline-block;
		content: "|";
		width: 2%;
		height: 16px;
		line-height: 16px;
		color: #959494;
	}

	.navbarUs ul li:last-child:after {
		display: inline-block;
		content: "";
	}

	.footBot {
		width: 1200px;
		margin: 20px auto;
	}

	.footCont {
		float: left;
		width: 85%;
	}

	.ftcode {
		float: right;
		width: 15%;
	}
}






/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px) {
	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.head {
		display: none
	}

	.m_img {
		display: block;
		height: 44px;
		background: #fff;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		border-bottom: 1px solid #ddd;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 5px;
		float: left;
	}

	.m_img .headlf .m_logo {
		height: 40px;
		display: block
	}

	.m_img .headrg {
		padding-right: 5%;
		padding-top: 14px;
		float: right;
		position: absolute;
		right: 0;
		z-index: 9999999;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 10px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 16px
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
}



@media screen and (min-width: 1200px) {
	.m_img {
		display: none;
	}

	.m_nav {
		display: none;
	}
}
